home *** CD-ROM | disk | FTP | other *** search
/ Private Casting / Casting One.bin / Docs / Interview.dir / Internal_25.ls < prev    next >
Encoding:
Text File  |  1997-01-22  |  250 b   |  17 lines

  1. on mouseUp
  2.   global documento, docAnterior
  3.   cursor(-1)
  4.   puppetSound(0)
  5.   set docAnterior to "interview"
  6.   set documento to "interview"
  7.   go("key", "BONUS")
  8. end
  9.  
  10. on mouseEnter
  11.   cursor([cast "curs", cast "mask"])
  12. end
  13.  
  14. on mouseLeave
  15.   cursor(-1)
  16. end
  17.